home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / DataPhile.strings < prev    next >
Encoding:
Text File  |  1996-02-24  |  24.2 KB  |  630 lines

  1. /* Data entry error message when the data entered is not a unique value for that field (another record already has that value in that field) */
  2. "Field %s is defined to require a unique value. Allow %s which isn't unique?";
  3.  
  4. /* Title for Alert when there's a syntax error when parsing an external find request */
  5. "Find Error";
  6.  
  7. /* Title for open panel to clone a database */
  8. "Clone";
  9.  
  10. /* Open panel title to import a text file */
  11. "Import Text File";
  12.  
  13. /* Message when DP is unable to open a stream. */
  14. "Unable to open stream";
  15.  
  16. /* Title of column in browser in Save Sort Panel showing what sorts have been saved by the user */
  17. "Currently Saved Sorts";
  18.  
  19. /* Menu item to go from entering data (access) mode to design (modifying a view) mode */
  20. "Enter Design Mode";
  21.  
  22. /* Data entry error message when a field which is specified to require a value is still empty */
  23. "Field %s is defined to require an entry. Allow this empty value?";
  24.  
  25. /* Button title for sort and find descriptors that haven't been named yet */
  26. "unnamed";
  27.  
  28. /* Data entry error message when the data entered into a money field does not contain a numeric value */
  29. "Field %s is defined to require a money value. %s doesn't contain a number.";
  30.  
  31. /* Data entry error message when the data entered into a date field does not contain a date value */
  32. "Field %s is defined to require a date. %s doesn't contain a date.";
  33.  
  34. /* Data entry error message when the data entered is below the lower limit specified for that field */
  35. "Field %s is defined to contain a value down to %.2f. Allow %s which isn't in the range?";
  36.  
  37. /* Title for open panel to create a new database */
  38. "New Database";
  39.  
  40. /* Name of the tool that draws fields */
  41. "Field Tool";
  42.  
  43. /* msg of alert when db is not saved but is being closed */
  44. "%s has not been saved";
  45.  
  46. /* new title */
  47. "New";
  48.  
  49. /* alert panel title */
  50. "File Creation";
  51.  
  52. /* Data entry error message when the data entered is over the upper limit specified for that field */
  53. "Field %s is defined to contain a value up to %d. Allow %d which isn't in the range?";
  54.  
  55. /* Data entry error message when the data entered is not within the range of values specified for that field */
  56. "Field %s is defined to contain a value from %d to %d. Allow %d which isn't in the range?";
  57.  
  58. /* Menu item to display multiple records in the view */
  59. "Show As Report";
  60.  
  61. /* Title of time monitor while doing an unindexed find */
  62. "Finding in Unindexed Field";
  63.  
  64. /* Title of save sort panel and Alerts dealing with saving sort orders */
  65. "Save Sort";
  66.  
  67. /* Title for Alerts involving problems launching files in the workspace */
  68. "Launch";
  69.  
  70. /* Title for panel notifying user of an error in a calculated expression. Displayed when user is trying to leave the calculated field panel */
  71. "Calculated Expression";
  72.  
  73. /* Title of alert when db is not saved but is being closed */
  74. "Unsaved Database";
  75.  
  76. /* Title for Alert when DP is trying to read a graphic file */
  77. "Open Image";
  78.  
  79. /* Message when file couldn't be saved. Arg1 = name of file */
  80. "Could not save file %s. Check permissions.";
  81.  
  82. /* Message in Alert in parsing a find expression from an external find request. Arg1 = string that is unparseable */
  83. "Unable to parse: %s";
  84.  
  85. /* Menu item to display one record at a time in the view */
  86. "Show As Card";
  87.  
  88. /* Title of Alerts when user is trying to delete a view */
  89. "Delete View";
  90.  
  91. /* Title of time monitor while storing a new index */
  92. "Storing Index...";
  93.  
  94. /* Data entry error message when the data entered is below the lower limit specified for that field */
  95. "Field %s is defined to contain a value down to %s. Allow %s which isn't in the range?";
  96.  
  97. /* Error message when DP is unable to open or create a default directory to hold DP related information. Arg1 = system error number. Arg2 =  path of the directory. Arg3 = strerror(errno) */
  98. "Error #%d. %s - %s. See Administrator";
  99.  
  100. /* Title for panel telling user that the data entered does not match the data entry restrictions associated with the field */
  101. "Data Entry Alert";
  102.  
  103. /* Data entry error message when the data entered is over the upper limit specified for that field */
  104. "Field %s is defined to contain a value up to %.2f. Allow %s which isn't in the range?";
  105.  
  106. /* Menu item to hide headers and footers */
  107. "Hide Header/Footer";
  108.  
  109. /* Title for open panels and Alerts dealing with opening a database */
  110. "Open Database";
  111.  
  112. /* Menu item to go from design mode back to entering data */
  113. "Return To Access Mode";
  114.  
  115. /* Title for panels relating to saving a database */
  116. "Save Database";
  117.  
  118. /* Data entry error message when the data entered into a time field does not contain a time value */
  119. "Field %s is defined to require a time. %s doesn't contain a time.";
  120.  
  121. /* Data entry error message when the data entered is not within the range of values specified for that field */
  122. "Field %s is defined to contain a value from %s to %s. Allow %s which isn't in the range?";
  123.  
  124. /* Message when a new file cannot be created. Arg1 = filename */
  125. "Couldn't create %s. Check file permissions";
  126.  
  127. /* Data entry error message when the data entered into a duration field does not contain a duration value */
  128. "Field %s is defined to require a duration. %s doesn't contain a duration.";
  129.  
  130. /* Help item */
  131. "Help";
  132.  
  133. /* Data entry error message when the data entered does not match any of the items in the fixed list defined by the user */
  134. "Field %s is defined to accept entries from a fixed list. Allow %s which isn't on the list?";
  135.  
  136. /* Data entry error message when the data entered into a True/False field does not contain a value that can be interpreted as a true or false */
  137. "Field %s is defined to require a Yes or No value. %s doesn't start with a Y (or T) or N (or F).";
  138.  
  139. /* Message in Alert in parsing calculated field formula that a string is not recognized as a field name. Arg1 = field name */
  140. "%s is not a field name";
  141.  
  142. /* Title for Alert when there's a syntax error when translating a calculated field formula to and from an abbreviated format (Shouldn't ever show up) */
  143. "Translations Error";
  144.  
  145. /* Data entry error message when the data entered is over the upper limit specified for that field */
  146. "Field %s is defined to contain a value up to %s. Allow %s which isn't in the range?";
  147.  
  148. /* Import title of alert */
  149. "Import";
  150.  
  151. /* Message for Alert when there's a syntax error in a calculated field formula that isn't specifically caught as another error */
  152. "Syntax Error";
  153.  
  154. /* Explanation to user that they cannot delete a view when it's the only view remaining in the db */
  155. "You can't remove the last view.";
  156.  
  157. /* Menu item to show headers and footers */
  158. "Show Header/Footer";
  159.  
  160. /* Message for Alert when DP is unable to open a file. Arg1 = filename */
  161. "Unable to open file %s";
  162.  
  163. /* Data entry error message when the data entered into a numeric field does not contain a numeric value */
  164. "Field %s is defined to require a numeric value. %s doesn't contain a number.";
  165.  
  166. /* Warning when user deletes a view. Arg1 = View Name */
  167. "Removing a view is unrecoverable. Are you sure you want to delete `%s'?";
  168.  
  169. /* Data entry error message when the data entered is below the lower limit specified for that field */
  170. "Field %s is defined to contain a value down to %d. Allow %d which isn't in the range?";
  171.  
  172. /* Title for Alerts involving predefined templates for databases */
  173. "Templates";
  174.  
  175. /* Set title on popups */
  176. "Set...";
  177.  
  178. /* Data entry error message when the data entered is not within the range of values specified for that field */
  179. "Field %s is defined to contain a value from %.2f to %.2f. Allow %s which isn't in the range?";
  180.  
  181. /* name of untitled view */
  182. "View";
  183.  
  184. /* when all records are found */
  185. "All";
  186.  
  187. /* Prefix for name of duplicated views */
  188. "Copy_Of_";
  189.  
  190. /* No value */
  191. "empty";
  192.  
  193. /* day before */
  194. "yesterday";
  195.  
  196. /* current date */
  197. "today";
  198.  
  199. /* current time
  200.    current time */
  201. "now";
  202.  
  203. /* day after today */
  204. "tomorrow";
  205.  
  206. /* Error in playing a sound attached to a record */
  207. "Play error";
  208.  
  209. /* Error in recording a sound attached to a record */
  210. "Record error";
  211.  
  212. /* title of open panel to import a list */
  213. "Import List";
  214.  
  215. /* Message for Alert when DP can't retrieve a stored object from a btree. This should never happen */
  216. "Cannot retrieve object from btree";
  217.  
  218. /* Title for Alert when DP can't retrieve a stored object from a btree. This should never happen */
  219. "Retrieve Object";
  220.  
  221. /* Title of button in Alert used to warn user when he's selected a name that has already been used to save something like a sort or a find. Arg1 = name of item */
  222. "Replace Button" = "Replace";
  223.  
  224. /* Message in Alert used to warn user when he's selected a name that has already been used to save something like a sort or a find. Arg1 = name of item */
  225. "%s exists. Replace it?";
  226.  
  227. /* Message for Alert used when the user closes a view that has been sorted, but the sort hasn't been saved. Arg1 = name of view. Arg2 = name of sort order */
  228. "View %s is sorted as: %s";
  229.  
  230. /* Message in Alert when the user is reverting a view to its previous state after modifying it in modify mode. Arg1 = Name of view */
  231. "%s has been edited. Are you sure you want to undo changes?";
  232.  
  233. /* Title for progress monitor for process of exporting the records in the view */
  234. "Exporting To Text File...";
  235.  
  236. /* Title for Alerts involving saving a view */
  237. "Saving View";
  238.  
  239. /* Title for monitor showing progress in exporting records with RTF formatting */
  240. "Exporting Records to RTF...";
  241.  
  242. /* Title for Alert giving user a chance to cancel out from modifying a particular field in all records in the view */
  243. "Modify All Records";
  244.  
  245. /* Followed by view name, title of window in find mode */
  246. "Finding in ";
  247.  
  248. /* Title for Alert when user chooses Delete Record from Edit menu */
  249. "Delete Record";
  250.  
  251. /* Confirmation message for Alert when user chooses Delete Record from Edit menu */
  252. "Really delete record? This operation is permanent.";
  253.  
  254. /* I'm not sure what this is for */
  255. "UNSAVED";
  256.  
  257. /* Title of time monitor while exporting */
  258. "Exporting Database...";
  259.  
  260. /* Title for Alert dealing with problems opening views */
  261. "Open View";
  262.  
  263. /* Title for progress monitor for exporting records to be imported into Improv */
  264. "Exporting As Improv...";
  265.  
  266. /* Title for progress monitor displayed while adding labels to a group of labels that has already been created */
  267. "Adding Labels...";
  268.  
  269. /* Title for Alert giving user a chance to cancel out from permanently deleting all records that are in the current view */
  270. "Delete All Records";
  271.  
  272. /* title of window while loading */
  273. "Loading View...";
  274.  
  275. /* Data entry error message when a field is not supposed to be empty but is not present in the current view. Arg1 = field name */
  276. "Field %s is specified to not be empty, but is not available in this view. Be sure to enter a value in another view";
  277.  
  278. /* Title for panels used when the user is exporting records from a view for later importing into another application. Related menu item: Reports:Export to Merge File */
  279. "Export Records to Merge File";
  280.  
  281. /* Title for panels involving exporting the records and fields that are contained in the current view; menu item is Reports:Export Records In View */
  282. "Export View";
  283.  
  284. /* Title for field in view that shows how many records are in the current view. Total is used when the view contains all of the records in the database */
  285. "Total";
  286.  
  287. /* Title for panels displayed when the user chooses to export all the data from the database. The user calls this from the DataBase:Export Menu, so this translation should match how the menu item is translated */
  288. "Export All";
  289.  
  290. /* Message for Alert giving user a chance to cancel out from modifying a particular field in all records in the view. Arg1 = Field Name; Arg2 = string field is being changed to; Arg3 = number of records in the current view */
  291. "This will change the contents of Field %s to \"%s\" for all %u records in this view. This action is NOT undoable.";
  292.  
  293. /* Followed by view name, title for window in Design mode */
  294. "Designing ";
  295.  
  296. /* Message for Alert giving user a chance to cancel out from permanently deleting all records that are in the current view. Arg1 = number of records in the current view */
  297. "This will permanently delete all %u records in this view. This action is NOT undoable.";
  298.  
  299. /* Title for progress monitor for printing multiple envelopes */
  300. "Printing Envelopes...";
  301.  
  302. /* Title for Alert when view has been modified and user asks to revert the view */
  303. "Revert View";
  304.  
  305. /* Message in Alert when DP is unable to revert a view to its unmodified state */
  306. "I/O error.  Can't revert";
  307.  
  308. /* Title for field in view that shows how many records are in the current view. Found is used when the view contains less than the total number of records in the database */
  309. "Found";
  310.  
  311. /* Title for progress monitor displayed while creating labels */
  312. "Creating Labels...";
  313.  
  314. /* Title for progress monitor for exporting records to a merge file */
  315. "Exporting To Merge File...";
  316.  
  317. /* title of view window while sorting */
  318. "Sorting View...";
  319.  
  320. /* Title for panels used when the user is exporting records from a view for importing into Improv. Related menu item: Reports:Export to Improv Import */
  321. "Export to Spreadsheet";
  322.  
  323. /* Message in Alert when DP is unable to open the view selected */
  324. "Trouble reading in view.";
  325.  
  326. /* Message in Alert when user tries to type text in the notes field of the view browser but has not selected a view */
  327. "You must select a view first";
  328.  
  329. /* Title for Alerts involving notes describing layouts or views */
  330. "Notes";
  331.  
  332. /* Title for Alerts involving saving layout browsers */
  333. "Save Layout Browser";
  334.  
  335. /* Message for Alert when there are no longer any records in the current found set of records */
  336. "No more records. Returning to all.";
  337.  
  338. /* Message for Alert when no records were found that match the users find request */
  339. "No records match current search request";
  340.  
  341. /* Title for Alert when there are no longer any records in the current found set of records */
  342. "Found Set";
  343.  
  344. /* Title for Alerts involving find results */
  345. "Find";
  346.  
  347. /* Finder's filename */
  348. "Currently Saved Finds";
  349.  
  350. /* Save panel title to save a find request */
  351. "Save Find";
  352.  
  353. /* Typing example: should show all letters */
  354. "The quick brown fox jumped over five lazy wizards";
  355.  
  356. /* Open panel title in defaults to choose default dp to open */
  357. "Launch This Database";
  358.  
  359. /* Title for Alerts involving Headers and Footers */
  360. "Headers and Footers";
  361.  
  362. /* Message for Alert when user tries to add too many headers or footers */
  363. "A maximum of two headers and footers allowed";
  364.  
  365. /* Importing records title of time monitor with ellipses */
  366. "Importing Records...";
  367.  
  368. /* Importing records title of alert */
  369. "Importing Records";
  370.  
  371. /* Title of Alert when DP is unable to make a temporary copy */
  372. "Making Temporary File";
  373.  
  374. /* Title for Alerts involving whether backup is desired */
  375. "Backup Now";
  376.  
  377. /* User only has read permission on DP file. Arg1 = filename */
  378. "You are opening %s in Read Only mode. Any changes that you make will not be saved.";
  379.  
  380. /* Message in Alert when Save As fails. Arg1 = original file name. Arg2 = new file name. Arg3 = Unix error message */
  381. "Unable to Save As. Use Workspace File Viewer to move %s to %s. %s You may need to set the Unix Expert checkbox to true in Preferences App to see the /tmp directory.";
  382.  
  383. /* Message for Alert when user tries to open a file in DP's old format. DP will try to launch a converter program. Arg1 = filename */
  384. "Attempting to launch 'dpUpdater' app, which will convert %s, but not overwrite it.";
  385.  
  386. /* Title for Alert when DP absolutely cannot open the user's file */
  387. "Corrupted File";
  388.  
  389. /* Title for Alerts involving whether backup is desired */
  390. "Stop Backup";
  391.  
  392. /* root name of untitled, ie new databases */
  393. "/tmp/untitled";
  394.  
  395. /* Message for Alert when DP absolutely cannot open the user's file. Arg 1 = Filename */
  396. "DataPhile cannot open %s.";
  397.  
  398. /* Message in Alert when user is unable to write to a directory. Arg1 = directory path */
  399. "You do not have read and write permissions on directory %s.  Change these via Workspace's Inspector or choose another location.";
  400.  
  401. /* Message in Alert resulting when user chooses to make a copy of a file that has been locked by someone else, but DP is unable to do so. Arg1 = original file name */
  402. "Unable to make a temp copy of %s";
  403.  
  404. /* timing monitor title while compacting the database */
  405. "Compacting Database...";
  406.  
  407. /* Message in Alert resulting when user chooses to open a copy of a file that has been locked by someone else. Arg1 = original file name */
  408. "Open a copy of %s in /tmp (data changes won't be saved to the original file)?";
  409.  
  410. /* Title for Alerts involving whether backup is desired */
  411. "Skip This Backup";
  412.  
  413. /* Button option and Alert title when user tries to open a file that someone else is (or has been) using */
  414. "Open Copy";
  415.  
  416. /* User unable to access DP file. Arg1 = filename */
  417. "You must have at least read permissions on %s to open database.";
  418.  
  419. /* Warning panel if user wants to be selects quit asking */
  420. "%s will not be backed up again until it is closed and reopened.";
  421.  
  422. /* Message in Alert when db can't be opened but a backup file is available */
  423. "Try to recover database from backup file?";
  424.  
  425. /* Option in Alert resulting when user chooses to open a 1.x file.  */
  426. "Upgrade";
  427.  
  428. /* Message in Alert resulting when user chooses to open a 1.x file. Arg1 = original file name */
  429. "%s was created by DataPhile Version 1.x. If you upgrade it, it can only be reopened by DataPhile Version 2.0 or greater.";
  430.  
  431. /* Alert Title resulting when user chooses to open a 1.x file. */
  432. "File Format Upgrade";
  433.  
  434. /* Title for Alert when db can't be open but a backup file is available */
  435. "Open Error";
  436.  
  437. /* Message in Alert when DP can't make a copy in /tmp. Arg1 = filename */
  438. "DataPhile cannot make a copy in %s";
  439.  
  440. /* Title for Alerts involving backup file creation */
  441. "Backup File";
  442.  
  443. /* Message in Alert when DP can't find updater app message */
  444. "Couldn't find 'dpUpdater' application. It is part of the DataPhile.pkg and should have been installed along side DataPhile.app";
  445.  
  446. /* Warning panel when a backup file cannot be created */
  447. "DataPhile cannot write a backup file in folder %s";
  448.  
  449. /* Message in Alert when the user tries to overwrite a file. Arg1 = filename */
  450. "%s exists. You cannot overwrite existing databases in this version. Try again with a new name.";
  451.  
  452. /* Warning panel if user wants to be asked before backing up */
  453. "Proceed with backing up %s? See Info->Preferences->Document for back up setttings.";
  454.  
  455. /* Message in Alert when unable to save a backup file. */
  456. "Unable to save backup file for %s. Check Permissions.";
  457.  
  458. /* Title for Alert when the user tries to open a file in DP's old format */
  459. "Beta File Format";
  460.  
  461. /* Alert message displayed when DP can't read in the data from a database file */
  462. "Open error.  Unable to read data.";
  463.  
  464. /* Title of Alert when DP is having difficulty opening or creating a default directory to hold DP related information */
  465. "Default Directory";
  466.  
  467. /* Warning message when user first selects menu item Rebuild Indexes */
  468. "This operation can take a long time. However, it can clear up any index related problem.";
  469.  
  470. /* MSG of Alert when DP is having difficulty opening or creating a default directory to hold DP related information */
  471. "Could not create default directory in %s. Check permissions.";
  472.  
  473. /* Warning message when user first selects menu item Recalculate Sums */
  474. "This operation can take a while. However, it will make sure that your summary fields show accurate values.";
  475.  
  476. /* Message displayed when there was a problem saving a stream to a file while compacting a db */
  477. "Error in writing a compressed file";
  478.  
  479. /* Warning message when user first selects menu item Print help */
  480. "This can take a long time and is not cancelable after the first Print Panel. It is a hack, but it works.";
  481.  
  482. /* Message when DP is unable to copy a template or when the copied template file cannot be opened */
  483. "Could not create a database based on %s template";
  484.  
  485. /* Title for Alert when DP is unable to create a file to save the default print info */
  486. "Save Page Layout";
  487.  
  488. /* Failed message */
  489. "Curses, foiled again.";
  490.  
  491. /* Alternate Button when user has drawn a field in a view but all of the previously defined fields are already being used in the view. This option puts the user into the Define Fields panel. */
  492. "Add More Fields...";
  493.  
  494. /* Title for alert boxes when the user has chosen the menu item Compact Database */
  495. "Compact Database";
  496.  
  497. /* Message of Alert when user has drawn a field in a view but all of the previously defined fields are already being used in the view */
  498. "View already has all of the fields in database";
  499.  
  500. /* Title for alert boxes when the user has chosen the menu item Rebuild Indexes */
  501. "Rebuild Indexes";
  502.  
  503. /* Indicates that the program is unregistered */
  504. "Program is not registered. A max of 25 records can be created.";
  505.  
  506. /* Title for alert boxes when the user has chosen the menu item Recalculate Sums */
  507. "Recalculate Sums";
  508.  
  509. /* Title for alert boxes when the user has chosen the menu item Print Manual */
  510. "Print Help";
  511.  
  512. /* Warning message when user first selects menu item Compact Database */
  513. "This operation can take a very long time. Use it only if you have deleted many records or indices in %s.";
  514.  
  515. /* Warning message when user tries to use the field tool in something other than a view */
  516. "Fields can only be added to views. Please activate a view of your data.";
  517.  
  518. /* Title of alert when user has drawn a field in a view but all of the previously defined fields are already being used in the view */
  519. "New Field";
  520.  
  521. /* Title of Alert when user tries to open a file that someone else (or has been) using */
  522. "File Is Locked";
  523.  
  524. /* Warning message when the user doesn't have permission to access the lock file */
  525. "Can't access lock file. Be sure everyone has read/write permissions on lock file.";
  526.  
  527. /* Second warning when a user wants to reset the lock when trying to open a db that someone else has been using */
  528. "Be absolutely sure no one else is using this database or it may be destroyed.";
  529.  
  530. /* Warning when user tries to open a file that someone else is (or has been) using. Arg1 = filename. Arg2 = username. Arg3 = Hostname. Arg4 = Time file was locked */
  531. "%s was last locked by %s on Host %s at %s If you reset the lock and someone else is using the file, your data will be damaged.";
  532.  
  533. /* Button option and Alert title when user tries to open a file that someone else is (or has been) using */
  534. "Open Copy";
  535.  
  536. /* Button option and Alert title when user tries to open a file that someone else is (or has been) using */
  537. "Open Read Only";
  538.  
  539. /* Button option and Alert title when user tries to open a file that someone else is (or has been) using */
  540. "Reset Lock";
  541.  
  542. /* Starting panel status string for loading effects menu */
  543. "Loading Templates...";
  544.  
  545. /* Message to user when default file (set in Preferences) can't be opened */
  546. "File %s could not be opened. You can change this in the Preferences Panel.";
  547.  
  548. /* Starting panel title for loading DataPhile */
  549. "DataPhile Load Process";
  550.  
  551. /* Title for alert box when the user has set files to be opened automatically when DP is launched */
  552. "Auto Launch";
  553.  
  554. /* Open DB panel title */
  555. "Open Database";
  556.  
  557. /* Msg when user tries to open backup file. Arg1 = backup file name. Arg2 = original file name */
  558. "%s is a backup file. %s is the original. Open original?";
  559.  
  560. /* Starting panel status string for loading effects menu */
  561. "Loading User Defaults...";
  562.  
  563. /* Starting panel status string for loading effects menu */
  564. "Initializing Menus...";
  565.  
  566. /* Pattern palette window title while loading patterns. */
  567. "Checking Network Registration...";
  568.  
  569. /* when all records are found */
  570. "All";
  571.  
  572. "  Starring...";
  573. "Architecture :";
  574. "User Interface :";
  575. "  Introducing...";
  576. "Documentation : ";
  577. "Quality Control :";
  578. "Mission Critical :";
  579. "  And help from...";
  580. "BTree Masters :";
  581. "Interface Testing :";
  582. "German :";
  583. "French :";
  584. "Bug Master :";
  585. "Before 7am Support :";
  586. "Wide PopUps :";
  587. "Bar Code EPS :";
  588. "Advocate 1 :";
  589. "Advocate 2 :";
  590. "Advocate 3 :";
  591. "Advocate 4 :";
  592. "Advocate 5 :";
  593. "Advocate 6 :";
  594. "Divine Inspiration :";
  595. "alt.love.babe :";
  596. "Best Girl :";
  597. "Last Minute Features :";
  598. "Great Beta Testers :";
  599. "  And Special Thanks to...";
  600. "Love of Theory :";
  601. "Net god :";
  602. "Our Pals :";
  603. "The End";
  604.  
  605. /* Indicates that the program is unregistered */
  606. "Program is not registered. A max of 25 records can be created.";
  607.  
  608. "Special Support :" = "Special Support :";
  609.  
  610. /* NEW FOR 3.0 */
  611.  
  612. /* Credits */
  613. "Advocate 7 :";
  614. "HP hardware :";
  615.     
  616. /* Error message when data entered is in an improper format for time field. */
  617. "Field %s is defined to require a time. %s doesn't contain a time.";
  618.  
  619. /* Error message when data entered is in an improper format for duration field. */
  620. "Field %s is defined to require a duration. %s doesn't contain a duration.";
  621.  
  622.  
  623.  
  624. /* Recalculate Sums Panel Title */
  625. "Recalculate Sums";
  626.  
  627. /* Message warning of time delay in recalculating summary fields */
  628. "This operation can take a while. However, it will make sure that your summary fields show accurate values.";
  629.  
  630.